spoiler alert
https://svg-hosting.vercel.app/api/svg?url=https://scrapbox.io/api/code/suto3/spoiler_alert/sa.svg
code:sa.svg
<rect x="5" y="5" width="240" height="90" rx="45" ry="45"
fill="gray" fill-opacity="1" stroke="gray" stroke-width="4" />
<text x="45" y="45" font-size="40" stroke-width="1" stroke="white" fill="white"
font-weight="800" letter-spacing="-1" word-spacing="-1" >
Spoiler
</text>
<text x="100" y="85" font-size="40" stroke-width="1" stroke="white" fill="white"
font-weight="800" letter-spacing="-1" word-spacing="-1" >
Alert
</text>
</svg>
code:sa1.svg
<rect x="5" y="5" width="240" height="90" rx="45" ry="45"
fill="#DDD" fill-opacity="1" stroke="#DDD" stroke-width="4" />
<text x="45" y="45" font-size="40" stroke-width="1" stroke="white" fill="white"
font-weight="800" letter-spacing="-1" word-spacing="-1" >
Spoiler
</text>
<text x="100" y="85" font-size="40" stroke-width="1" stroke="white" fill="white"
font-weight="800" letter-spacing="-1" word-spacing="-1" >
Alert
</text>
</svg>